--- setup.py.orig 2020-02-27 23:24:57.000000000 -0800 +++ setup.py 2020-02-27 23:25:03.000000000 -0800 @@ -20,7 +20,3 @@ packages=['pygacode.test'], ext_modules=[wrapper] ) - -# only run tests when installing -if 'install' in sys.argv: - from pygacode.test import test_install