Skip to content

Commit

Permalink
Replaced nose2 with pytest.
Browse files Browse the repository at this point in the history
  • Loading branch information
koniiiik committed Jan 2, 2024
1 parent 9fc474c commit ea5b611
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
# for example:
# $ pip install -e .[dev,test]
extras_require={
'test': ['nose2'],
'test': ['pytest'],
},

entry_points={
Expand Down
File renamed without changes.

0 comments on commit ea5b611

Please sign in to comment.