Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable compilation of bindings with test feature
The bindings module does not play nicely with cargo test. Fortunatley, it's functionality is tested with pytest, and the module is not required when testing the core module. The test suite can now be ran with: `cargo test --features "test"` Workaround for: PyO3/pyo3#340 which allows for doctests. Source of workaround: rust-lang/rust#45599
- Loading branch information