Skip to content

Commit 77d11d9

Browse files
committed
pytest config now in pyproject.toml
1 parent fd45d4d commit 77d11d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ else
143143
cd empty
144144

145145
INSTALLDIR=$(python -c "import os, trio; print(os.path.dirname(trio.__file__))")
146-
cp ../setup.cfg $INSTALLDIR
146+
cp ../pyproject.toml $INSTALLDIR
147147
# We have to copy .coveragerc into this directory, rather than passing
148148
# --cov-config=../.coveragerc to pytest, because codecov.sh will run
149149
# 'coverage xml' to generate the report that it uses, and that will only

0 commit comments

Comments
 (0)