Skip to content

Commit 07f9e80

Browse files
committed
Update config files
1 parent 27f133a commit 07f9e80

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

pytest.ini

-9
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,6 @@ addopts =
1212
--doctest-glob='*.rst'
1313
--ignore=docs/conf.py
1414
--ignore=setup.py
15-
--ignore="examples/paper_recreations/Blunt et al. (2013)"
16-
--ignore="examples/paper_recreations/Wu et al. (2010)"
17-
--ignore="examples/tutorials/intro_to_openpnm_advanced.ipynb"
18-
--ignore="examples/paper_recreations/Tranter et al. (2017)/Tranter et al. (2017) - Part B.ipynb"
19-
--ignore="examples/paper_recreations/Gostick et al. (2007)/Gostick et al. (2007).ipynb"
20-
--ignore="openpnm/algorithms/NernstPlanckMultiphysicsSolver.py"
21-
--ignore="openpnm/algorithms/NernstPlanck.py"
22-
--ignore="openpnm/algorithms/TransientNernstPlanckMultiphysicsSolver.py"
23-
--ignore="openpnm/algorithms/TransientNernstPlanck.py"
2415
--ignore="scripts/"
2516
--ignore="tests/unit/contrib"
2617
--ignore="tests/unit/metrics"

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ max-line-length = 90
2525
max-violations-per-file = 0
2626

2727
[options]
28-
python_requires = >= 3.7
28+
python_requires = >= 3.8
2929

3030
[metadata]
3131
license_file = LICENSE

0 commit comments

Comments
 (0)