Skip to content

Commit

Permalink
add: pytest-asyncio>=0.19.0
Browse files Browse the repository at this point in the history
pytest-asyncio>=0.19.0

Closes pandas-dev#48361.

No version guidance available so went for latest.  No-one should be messing around with tests without modern installs.
  • Loading branch information
JMBurley committed Oct 4, 2022
1 parent 19545a2 commit 7abd969
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ test =
hypothesis>=5.5.3
pytest>=6.0
pytest-xdist>=1.31
pytest-asyncio>=0.19.0
# optional extras for recommended dependencies
# see: doc/source/getting_started/install.rst
performance =
Expand Down Expand Up @@ -137,6 +138,7 @@ all =
pyreadstat>=1.1.2
pytest>=6.0
pytest-xdist>=1.31
pytest-asyncio>=0.19.0
python-snappy>=0.6.0
pyxlsb>=1.0.8
scipy>=1.7.1
Expand Down

0 comments on commit 7abd969

Please sign in to comment.