Skip to content

Commit 9cea428

Browse files
authored
fix compatibility problems with python 3.10 (#30)
* bump pytest to 6.2.5 to work with python 3.10 * bump version in setup.py to 0.7.1
1 parent a5f2075 commit 9cea428

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ packaging==20.9
99
pluggy==0.13.1
1010
py==1.10.0
1111
pyparsing==2.4.7
12-
pytest==6.2.3
12+
pytest==6.2.5
1313
requests==2.25.1
1414
toml==0.10.2
1515
typish==1.9.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setuptools.setup(
1111
name="enochecker_test",
12-
version="0.7.0",
12+
version="0.7.1",
1313
author="ldruschk",
1414
author_email="[email protected]",
1515
description="Library to help testing checker scripts based on enochecker",

0 commit comments

Comments
 (0)