Closed joshthoward closed 7 years ago
Which command did you use to install the program, which Python distribution are you using? Also use pip show unittest2pytest
to see if pip "knows" these files.
I am using python 2.7. Here is the pip show unittest2pytest
output:
Name: unittest2pytest
Version: 0.3
Summary: Convert unittest test-cases to pytest
Home-page: https://github.com/pytest-dev/unittest2pytest
Author: Hartmut Goebel
Author-email: h.goebel@crazy-compilers.com
License: GPLv3+
Location: /Users/jhoward/homebrew/lib/python2.7/site-packages/unittest2pytest-0.3-py2.7.egg
Requires:
at first glance this looks like there was a zipped egg install (people should use pip these days) to redeem, i think a zip_safe=False flag is needed
@RonnyPfannschmidt
That works, Thanks! I added a pull request to get this updated.
I am running into the following issue trying to install the package from the master branch.