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

Commit

Permalink
build/pkgs/testpath/spkg-install.in: Remove pyproject.toml so that se…
Browse files Browse the repository at this point in the history
…tup.py is used
  • Loading branch information
mkoeppe committed Jun 6, 2020
1 parent 361b98b commit 5040d7e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion build/pkgs/testpath/spkg-install.in
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
cd src && sdh_pip_install .
cd src

# Make sure that modern pip uses the generated setup.py
# that is distributed with the PyPI tarball,
# so we do not have to have flit. Trac #29803.
rm -f pyproject.toml

sdh_pip_install .

0 comments on commit 5040d7e

Please sign in to comment.