Skip to content

Commit

Permalink
Use extras_require.test and pytest for test dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearsandwich authored and cottsay committed Mar 22, 2024
1 parent d3d21ae commit 9f12f7e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
9 changes: 2 additions & 7 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,5 @@ all_files = 1
[upload_sphinx]
upload-dir = doc/build/html

# [nosetests]
# where=test
# with-coverage=0
# cover-package=nose
# debug=nose.loader
# pdb=0
# pdb-failures=0
[tool:pytest]
junit_suite_naem = bloom
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@
},
include_package_data=True,
install_requires=install_requires,
extras_require={
'test': [
'pep8',
'pytest',
]},
author='Tully Foote, William Woodall',
author_email='[email protected], [email protected]',
maintainer='William Woodall',
Expand Down

0 comments on commit 9f12f7e

Please sign in to comment.