Skip to content

Commit

Permalink
TWEAK: py.requirements
Browse files Browse the repository at this point in the history
* Simplify "testing.txt" (move to: "develop.txt")
  • Loading branch information
jenisys committed Jul 1, 2023
1 parent d1b807e commit 4d2435b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
7 changes: 7 additions & 0 deletions py.requirements/develop.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ modernize >= 0.5
ruff
pylint

# -- TEST SUPPORT: CODE COVERAGE SUPPORT, ...
coverage >= 4.4
pytest-cov

tox >= 2.8,<4.0
argparse # -- NEEDED-FOR: toxcmd.py

# -- RELATED:
-r testing.txt
-r docs.txt
13 changes: 0 additions & 13 deletions py.requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,3 @@
pytest < 5.0; python_version < '3.0'
pytest >= 5.0; python_version >= '3.0'
pytest-html >= 1.19.0
pytest-cov

# -- PYTHON 2.6 SUPPORT:
unittest2; python_version < '2.7'

# -- CODE COVERAGE SUPPORT:
coverage >= 4.4

tox >= 2.8,<4.0

# -- NEEDED-FOR: toxcmd.py
argparse

0 comments on commit 4d2435b

Please sign in to comment.