Skip to content

Commit 1f3b3b6

Browse files
authored
Remove link to blog post
It's pretty out of date by now
1 parent 19a1d7c commit 1f3b3b6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Readme.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -485,5 +485,3 @@ There are some optional hacks that can speed up the tests (over 80s to 17s on my
485485
1. By running `cargo build --release --manifest-path test-crates/cargo-mock/Cargo.toml` you can activate a cargo cache avoiding to rebuild the pyo3 test crates with every python version.
486486
2. Delete `target/test-cache` to clear the cache (e.g. after changing a test crate) or remove `test-crates/cargo-mock/target/release/cargo` to deactivate it.
487487
3. By running the tests with the `faster-tests` feature, binaries are stripped and wheels are only stored and not compressed.
488-
489-
You might want to have look into my by now slightly outdated [blog post](https://blog.schuetze.link/2018/07/21/a-dive-into-packaging-native-python-extensions.html) which explains the intricacies of building native python packages.

0 commit comments

Comments
 (0)