Skip to content

Commit

Permalink
Fix failing tests on Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
lvps committed Apr 22, 2024
1 parent d3d879b commit 87f631a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
__pycache__/
.idea/
venv/
dev_dmdi_files/
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ iniconfig==1.1.1
more-itertools==8.0.2
packaging==19.2
pluggy==0.13.1
py==1.10.0
py==1.11.0
pyparsing==2.4.6
pytest==6.2.5
pytest-qt==4.0.2
Expand Down

0 comments on commit 87f631a

Please sign in to comment.