-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- pickle encodes the object's absolute module location while encoding, and use it while decoding. - pytest will change the top-level module depending on the arguments it is provided, breaking pickle decoding. This changes to use json, since that does not depends on the above.
- Loading branch information
Augusto F. Hack
committed
Mar 12, 2021
1 parent
dac4ef3
commit 3fb0e2b
Showing
2 changed files
with
23 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters