Skip to content

Commit 7abd969

Browse files
committed
add: pytest-asyncio>=0.19.0
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.
1 parent 19545a2 commit 7abd969

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.cfg

+2
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ test =
5353
hypothesis>=5.5.3
5454
pytest>=6.0
5555
pytest-xdist>=1.31
56+
pytest-asyncio>=0.19.0
5657
# optional extras for recommended dependencies
5758
# see: doc/source/getting_started/install.rst
5859
performance =
@@ -137,6 +138,7 @@ all =
137138
pyreadstat>=1.1.2
138139
pytest>=6.0
139140
pytest-xdist>=1.31
141+
pytest-asyncio>=0.19.0
140142
python-snappy>=0.6.0
141143
pyxlsb>=1.0.8
142144
scipy>=1.7.1

0 commit comments

Comments
 (0)