-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wheel package contains outdated files - tries to import 'asynctest' #198
Comments
I actually found my issue. In one of my tests i did Removing the import and type annotation solves the main error but i still think these outdated files should not be in the wheel package. |
Wow thanks for noticing @nebularazer! Fortunately, like you're saying, the old |
Great! Was just about to type that I didn't understood how you (mis)-used I'll make a new release with a correct wheel without any legacy stuff, thanks again! |
Fixed - Better cleanup before building egg, thanks @nebularazer (#198)
Version |
Hi,
i was trying to use this library but always ended up with an error:
I noticed that the asynctest dependency was already removed in 0.12.0 80ddc31.
The whl contains old files which import asynctest and probably brake the package.
responsex
folder (previous name of this package)respx/mock.py
file with the asynctest import - which is not in masterOr am I doing something wrong here?
Steps to reproduce:
The text was updated successfully, but these errors were encountered: