Skip to content

Commit

Permalink
requirements.txt: Use nose3
Browse files Browse the repository at this point in the history
Replace nose with nose3 which is a "drop-in fork of nose v1 that is compatible with Python 2.7 and Python 3.3-3.10 without using lib2to3 or other compatibility layer"
  • Loading branch information
robwoolley authored Mar 29, 2024
1 parent e1f252a commit 3a6bdd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nose
nose3
flake8
flake8-import-order
termcolor
Expand Down

0 comments on commit 3a6bdd8

Please sign in to comment.