Skip to content

Commit

Permalink
pytest fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Shershen committed Jan 17, 2024
1 parent 992f9b8 commit cb98d48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ pycodestyle==2.5.0
pydantic==1.10.13
pyflakes==2.1.1
pyparsing==2.4.2
pytest==7.2.0
pytest-cov==2.11.1
pytest>=7.2.0
pytest-cov>=2.11.1
PyYAML>=5.4
regex==2020.2.20
requests>=2.22.0
Expand All @@ -38,5 +38,5 @@ urllib3>=1.25.9
wcwidth==0.1.7
zipp==3.1.0
black==22.3.0
pytest-asyncio==0.21.0
pytest-asyncio>=0.21.0
greenlet==2.0.2

0 comments on commit cb98d48

Please sign in to comment.