Skip to content

Commit

Permalink
Reduce duplication test reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGoran committed Nov 12, 2024
1 parent a9e57f9 commit 336ea8e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 1 addition & 2 deletions nrn_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ setuptools<=70.3.0
scikit-build
matplotlib
ipython
pytest<=8.1.1 # potential bug from 8.2.0 due to parallelism?
pytest-cov
mpi4py<4 # MUSIC not compatible with MPI 4
find_libpython
-r packaging/python/build_requirements.txt
-r packaging/python/test_requirements.txt
7 changes: 5 additions & 2 deletions packaging/python/test_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
pytest
setuptools;python_version>='3.12' # From 3.12, no longer installed by default
pytest<=8.1.1 # potential bug from 8.2.0 due to parallelism?
# for coverage
pytest-cov
# for RXD test
plotly

0 comments on commit 336ea8e

Please sign in to comment.