Skip to content

Commit

Permalink
adds max allowed pytest version
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbhughes committed Mar 4, 2024
1 parent e099032 commit c6e4fbf
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 @@ -33,7 +33,7 @@ dependencies = [
[project.optional-dependencies]
dev = [
'coverage>=6.5.0',
'pytest>=7.1.3',
'pytest>=7.1.3, <8.1.0',
'pytest-astropy',
'pytest-cov',
'black==22.10.0',
Expand Down Expand Up @@ -61,7 +61,7 @@ write_to = "ccsdspy/_version.py"
minversion = "6.0"
testpaths = ["ccsdspy/tests", "docs"]
norecursedirs = ["build", "docs/_build", "docs/generated", "*.egg-info", "attic"]
doctest_plus = "enabled"
#doctest_plus = "enabled"
text_file_format = "rst"
addopts = "--doctest-modules"
collect_ignore_glob= ['_*.py']
Expand Down

0 comments on commit c6e4fbf

Please sign in to comment.