Skip to content

Commit

Permalink
Pin pytest-asyncio>=0.17 (pandas-dev#46543)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashaag authored and yehoshuadimarsky committed Jul 13, 2022
1 parent c7b241a commit 42ccbb8
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/posix.yml
Expand Up @@ -162,7 +162,7 @@ jobs:
shell: bash
run: |
# TODO: re-enable cov, its slowing the tests down though
pip install Cython numpy python-dateutil pytz pytest>=6.0 pytest-xdist>=1.31.0 pytest-asyncio hypothesis>=5.5.3
pip install Cython numpy python-dateutil pytz pytest>=6.0 pytest-xdist>=1.31.0 pytest-asyncio>=0.17 hypothesis>=5.5.3
if: ${{ env.IS_PYPY == 'true' }}

- name: Build Pandas
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Expand Up @@ -45,7 +45,7 @@ jobs:
/opt/python/cp38-cp38/bin/python -m venv ~/virtualenvs/pandas-dev && \
. ~/virtualenvs/pandas-dev/bin/activate && \
python -m pip install --no-deps -U pip wheel 'setuptools<60.0.0' && \
pip install cython numpy python-dateutil pytz pytest pytest-xdist pytest-asyncio hypothesis && \
pip install cython numpy python-dateutil pytz pytest pytest-xdist pytest-asyncio>=0.17 hypothesis && \
python setup.py build_ext -q -j2 && \
python -m pip install --no-build-isolation -e . && \
pytest -m 'not slow and not network and not clipboard and not single_cpu' pandas --junitxml=test-data.xml"
Expand Down
2 changes: 1 addition & 1 deletion ci/deps/actions-310-numpydev.yaml
Expand Up @@ -9,7 +9,7 @@ dependencies:
- pytest-cov
- pytest-xdist>=1.31
- hypothesis>=5.5.3
- pytest-asyncio
- pytest-asyncio>=0.17

# pandas dependencies
- python-dateutil
Expand Down
2 changes: 1 addition & 1 deletion ci/deps/actions-310.yaml
Expand Up @@ -11,7 +11,7 @@ dependencies:
- pytest-xdist>=1.31
- hypothesis>=5.5.3
- psutil
- pytest-asyncio
- pytest-asyncio>=0.17
- boto3

# required dependencies
Expand Down
2 changes: 1 addition & 1 deletion ci/deps/actions-38-downstream_compat.yaml
Expand Up @@ -12,7 +12,7 @@ dependencies:
- pytest-xdist>=1.31
- hypothesis>=5.5.3
- psutil
- pytest-asyncio
- pytest-asyncio>=0.17
- boto3

# required dependencies
Expand Down
2 changes: 1 addition & 1 deletion ci/deps/actions-38-minimum_versions.yaml
Expand Up @@ -13,7 +13,7 @@ dependencies:
- pytest-xdist>=1.31
- hypothesis>=5.5.3
- psutil
- pytest-asyncio
- pytest-asyncio>=0.17
- boto3

# required dependencies
Expand Down
2 changes: 1 addition & 1 deletion ci/deps/actions-38.yaml
Expand Up @@ -11,7 +11,7 @@ dependencies:
- pytest-xdist>=1.31
- hypothesis>=5.5.3
- psutil
- pytest-asyncio
- pytest-asyncio>=0.17
- boto3

# required dependencies
Expand Down
2 changes: 1 addition & 1 deletion ci/deps/actions-39.yaml
Expand Up @@ -11,7 +11,7 @@ dependencies:
- pytest-xdist>=1.31
- hypothesis>=5.5.3
- psutil
- pytest-asyncio
- pytest-asyncio>=0.17
- boto3

# required dependencies
Expand Down
2 changes: 1 addition & 1 deletion ci/deps/circle-38-arm64.yaml
Expand Up @@ -11,7 +11,7 @@ dependencies:
- pytest-xdist>=1.31
- hypothesis>=5.5.3
- psutil
- pytest-asyncio
- pytest-asyncio>=0.17
- boto3

# required dependencies
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Expand Up @@ -69,7 +69,7 @@ dependencies:
- pytest>=6.0
- pytest-cov
- pytest-xdist>=1.31
- pytest-asyncio
- pytest-asyncio>=0.17
- pytest-instafail

# downstream tests
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Expand Up @@ -47,7 +47,7 @@ flask
pytest>=6.0
pytest-cov
pytest-xdist>=1.31
pytest-asyncio
pytest-asyncio>=0.17
pytest-instafail
seaborn
statsmodels
Expand Down

0 comments on commit 42ccbb8

Please sign in to comment.