Commit Graph

4 Commits

Author SHA1 Message Date
Daniël de Kok
b54ce41a75 maturin: fix passthru test
Seems like this was affected by vendoring permission normalization,
see #121259.
2021-05-04 08:03:58 +02:00
Daniël de Kok
cf66c08b84 python3Packages.setuptools-rust: do no mix Python versions in tests
The passthru test used python3Packages, mixing different Python
version when testing on a Python version different that the python3
alias.
2021-03-20 08:50:28 +01:00
Daniël de Kok
313177129b python3Packages.setuptools-rust: fix passthru test
The build wanted to create a Cargo.lock in the top-level source
directory (presumably because it is also a Cargo project), since we
were crating the lock file in sourceRoot (which was set to the example
project). This failed because the sources are read-only. Change the
test to create the lock file in the top-level crate directory, which
is Cargo's default behavior.
2021-03-20 08:38:28 +01:00
Daniël de Kok
2e76fa453f maturin: add passthru test that uses maturinBuildHook
The test builds the PyO3 word_count example module using
maturinBuildHook. The motivation is to have a trivial test that does
not regress for reasons unrelated to maturin or hook updates.
2021-02-18 09:17:28 +01:00