Uplink036 / PickleTestSuite

PickleTestSuite is a rigorous test suite for evaluating the stability and correctness of Python's pickle module across diverse environments, for consistent serialization outcomes for identical inputs.
MIT License
0 stars 0 forks source link

Ensure consistent package versions #23

Open Uplink036 opened 5 months ago

Uplink036 commented 5 months ago

While changing OS and version, we might change the package version of the things we use. While hopefully still the same functionality, we can't be sure. It's also not that big of a problem to add == SOME_VERSION to the requirement file.