diff --git a/test_spatialpooch.py b/test_spatialpooch.py index 2d1aff2..5da1484 100644 --- a/test_spatialpooch.py +++ b/test_spatialpooch.py @@ -1,5 +1,5 @@ import sys -sys.path.insert(0, "C:\SVN\spatial-pooch") +#sys.path.insert(0, "C:\SVN\spatial-pooch") import pytest import unittest import pandas as pd @@ -33,4 +33,4 @@ def test_fetch_crime_string(self): if __name__ == "__main__": - unittest.main() \ No newline at end of file + unittest.main()