Skip to content

Commit

Permalink
test: enforce minimum pytest version
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed May 11, 2019
1 parent 026e52a commit 69c94b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ EXTRA_DIST = completion \
config \
fixtures \
lib \
setup.cfg \
unit

all:
Expand Down
2 changes: 2 additions & 0 deletions test/setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[tool:pytest]
minversion = 3.5

0 comments on commit 69c94b9

Please sign in to comment.