You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But the same would be quite beneficial for dephell tests in general ; instead of storing specific archives in the repos for testing, those scenarios could be easily built by creating archives which exhibit the various curious cases needing tests.
Note that I didnt find any part of wheel which allowed easy creation of a WHEEL file outside of setuptools, so I needed to create my own fake logic in above PR which could be the basis for a real generator.
When the cache path doesnt exist, Path operations on the top-level
archive file fail. Hard-code the expected result to match the
results when the cache is populated.
Add prevent use of `ArchivePath.open` and `ArchiveStream.read`
on the top level archive file.
Also prevent unsupported open write mode.
Fixesdephell#15
Related to dephell#4
I dont see write support
Also it appears that
mode
w
is not recognised - it should cause aNotImplementedError
at the moment until write support is implemented.https://pypi.org/project/xopen/ has pretty good write support.
The text was updated successfully, but these errors were encountered: