Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 5040d7e

Browse files
author
Matthias Koeppe
committed
build/pkgs/testpath/spkg-install.in: Remove pyproject.toml so that setup.py is used
1 parent 361b98b commit 5040d7e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

build/pkgs/testpath/spkg-install.in

+8-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
cd src && sdh_pip_install .
1+
cd src
2+
3+
# Make sure that modern pip uses the generated setup.py
4+
# that is distributed with the PyPI tarball,
5+
# so we do not have to have flit. Trac #29803.
6+
rm -f pyproject.toml
7+
8+
sdh_pip_install .

0 commit comments

Comments
 (0)