Skip to content

Commit

Permalink
Tests do not require coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
moorepants committed Aug 24, 2024
1 parent b2ae08e commit 3c8038c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,16 @@
packages=find_packages(),
install_requires=install_requires,
extras_require=extras_require,
tests_require=['pytest', 'pytest-coverage'],
tests_require=['pytest'],
include_package_data=True,
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Science/Research',
'Operating System :: OS Independent',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.9',
'Topic :: Scientific/Engineering :: Physics',
],
)

0 comments on commit 3c8038c

Please sign in to comment.