We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
% wget 'https://files.pythonhosted.org/packages/source/f/flake8_tuple/flake8_tuple-0.3.1.tar.gz' -qO- | tar -tzf- flake8_tuple-0.3.1/ flake8_tuple-0.3.1/AUTHORS.rst flake8_tuple-0.3.1/HISTORY.rst flake8_tuple-0.3.1/LICENSE flake8_tuple-0.3.1/MANIFEST.in flake8_tuple-0.3.1/PKG-INFO flake8_tuple-0.3.1/README.rst flake8_tuple-0.3.1/flake8_tuple.egg-info/ flake8_tuple-0.3.1/flake8_tuple.egg-info/PKG-INFO flake8_tuple-0.3.1/flake8_tuple.egg-info/SOURCES.txt flake8_tuple-0.3.1/flake8_tuple.egg-info/dependency_links.txt flake8_tuple-0.3.1/flake8_tuple.egg-info/entry_points.txt flake8_tuple-0.3.1/flake8_tuple.egg-info/not-zip-safe flake8_tuple-0.3.1/flake8_tuple.egg-info/requires.txt flake8_tuple-0.3.1/flake8_tuple.egg-info/top_level.txt flake8_tuple-0.3.1/flake8_tuple.py flake8_tuple-0.3.1/setup.cfg flake8_tuple-0.3.1/setup.py
tests are missing, python setup.py test fails: ModuleNotFoundError: No module named 'tests'
tests
python setup.py test
ModuleNotFoundError: No module named 'tests'
The text was updated successfully, but these errors were encountered:
203df3a
Fixed #23
4a5b18e
Try install 0.4.0
Sorry, something went wrong.
This works, thanks!
No branches or pull requests
tests
are missing,python setup.py test
fails:ModuleNotFoundError: No module named 'tests'
The text was updated successfully, but these errors were encountered: