Skip to content

Commit

Permalink
Minimize diff in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Dec 19, 2024
1 parent 4c66916 commit cbaf174
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ keywords = [
urls = {Homepage = "https://aiida-testing.readthedocs.io/"}
requires-python = ">=3.9"
dependencies = [
"aiida-core>=2.1.0,<3",
"aiida-core>=2.1,<3",
"pytest>=7.0",
"voluptuous~=0.12",
"packaging>=21.0",
Expand Down Expand Up @@ -73,7 +73,7 @@ aiida_mock_code = "aiida_test_cache.mock_code"
aiida_archive_cache = "aiida_test_cache.archive_cache"

[tool.pytest.ini_options]
addopts = '--durations=10 --durations-min=2 --strict-config --strict-markers -ra --cov-report xml --cov-append'
addopts = '--durations=10 --durations-min=3 --strict-config --strict-markers -ra --cov-report xml --cov-append'
filterwarnings = [
'ignore:Creating AiiDA configuration:UserWarning:aiida',
# https://github.com/aiidateam/plumpy/issues/283
Expand Down

0 comments on commit cbaf174

Please sign in to comment.