Skip to content

Commit

Permalink
switch test requirements to pytest (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
hmeine committed Feb 20, 2022
1 parent 16eba6e commit ed30205
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy
PyQt5[PyQt]
PySide2[PySide]
nose[test]
pytest[test]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
PyQt5 = 'PyQt5',
PySide = 'PySide',
PySide2 = 'PySide2'),
tests_require = 'nose',
tests_require = 'pytest',
packages = ['qimage2ndarray'],
long_description = """\
qimage2ndarray is a small python extension for quickly converting
Expand Down

0 comments on commit ed30205

Please sign in to comment.