Skip to content

Commit

Permalink
Use pytest-asyncio 0.21.1 (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
tnoczyns-volue authored Jan 5, 2024
1 parent 44dedf9 commit bfc4408
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/usage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
python -m pip install git+https://github.com/Volue-Public/energy-mesh-python@${{ github.ref }}
python ./repo/src/volue/mesh/examples/get_version.py
if ($LASTEXITCODE) { exit $LASTEXITCODE }
python -m pip install pytest pytest-asyncio pandas
python -m pip install pytest pytest-asyncio==0.21.1 pandas
python -m pytest --pyargs volue.mesh.tests -m "not authentication and not long"
- name: Install Ubuntu 20.04 (wsl1)
Expand All @@ -73,5 +73,5 @@ jobs:
sudo apt-get install --yes python${{ matrix.python-version }}-dev
python${{ matrix.python-version }} -m pip install git+https://github.com/Volue-Public/energy-mesh-python@${{ github.ref }}
python${{ matrix.python-version }} ./repo/src/volue/mesh/examples/get_version.py
python${{ matrix.python-version }} -m pip install pytest pytest-asyncio pandas
python${{ matrix.python-version }} -m pip install pytest pytest-asyncio==0.21.1 pandas
python${{ matrix.python-version }} -m pytest --pyargs volue.mesh.tests -m "not authentication and not long"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ sphinx-rtd-theme = "^0.5.2"
rtd = "^1.2.3"
flake8 = "^3.9.2"
pytest = "^7.1.2"
pytest-asyncio = "^0.19.0"
pytest-asyncio = "0.21.1"
pandas = "^1.3.4"
sphinx_copybutton = ">=0.4.0"
pylint = "^2.12.2"
Expand Down

0 comments on commit bfc4408

Please sign in to comment.