Skip to content

Commit 87f631a

Browse files
committed
Fix failing tests on Python 3.11
1 parent d3d879b commit 87f631a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
__pycache__/
12
.idea/
23
venv/
34
dev_dmdi_files/

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ iniconfig==1.1.1
66
more-itertools==8.0.2
77
packaging==19.2
88
pluggy==0.13.1
9-
py==1.10.0
9+
py==1.11.0
1010
pyparsing==2.4.6
1111
pytest==6.2.5
1212
pytest-qt==4.0.2

0 commit comments

Comments
 (0)