OpenMined / PyDP

The Python Differential Privacy Library. Built on top of: https://github.com/google/differential-privacy
Apache License 2.0
491 stars 136 forks source link

Disable tests on publish and bump version #477

Closed dvadym closed 9 months ago

dvadym commented 9 months ago

The current tests in publish should test the newly built wheel, but actually they run from src/ folder.

Tests now fail because: Before: on the running tests, src/pydp/_pydp.so is used. Now: In the new build with cibuildwheel, the build happens in Docker, so src/pydp/_pydp.so is not present

Anyway the tests don't test wheel, which they should test, let's for now disable them, to release a new RC candidate version and then let's fix later.