Skip to content

Commit

Permalink
Merge pull request #1009 from larrybradley/pytest-minver
Browse files Browse the repository at this point in the history
Bump minimum pytest version
  • Loading branch information
larrybradley committed Dec 11, 2019
2 parents 3fed069 + 31d4889 commit bee46bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ build-dir = docs/_build
all_files = 1

[tool:pytest]
minversion = 3.1
minversion = 4.6
testpaths = "photutils" "docs"
norecursedirs = "docs[\/]_build" "photutils[\/]extern"
doctest_plus = enabled
Expand Down

0 comments on commit bee46bb

Please sign in to comment.