Skip to content

Commit a546bf7

Browse files
Update pytest minimum version for Python 3.8 compatibility
Co-authored-by: prasadtalasila <9206466+prasadtalasila@users.noreply.github.com>
1 parent 5e130cc commit a546bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[pytest]
2-
minversion = 8.3
2+
minversion = 7.0
33
pythonpath = src src/data src/methods tests
44
testpaths =
55
tests

0 commit comments

Comments
 (0)