Skip to content

Commit

Permalink
fix pytest (chaospy importlib_metadata)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rykath committed May 10, 2023
1 parent c3005a1 commit 884f430
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ install_requires =
zmq
f90nml
importlib_metadata; python_version<'3.8'
importlib_metadata; python_version>='3.10' # required by chaospy
tests_require = pytest
packages = find:
include_package_data = True
Expand Down

0 comments on commit 884f430

Please sign in to comment.