made test case compatible to older requets lib
[osm/vim-emu.git] / utils / docker / Dockerfile
index 18e8bfe..27157d8 100755 (executable)
@@ -11,6 +11,8 @@ RUN cd /son-emu/ansible \
     && cd /son-emu \
     # we need to reset the __pycache__ for correct test discovery
     && rm -rf src/emuvim/test/__pycache__ \
+    && rm -rf src/emuvim/test/unittests/__pycache__ \
+    && rm -rf src/emuvim/test/integrationtests/__pycache__ \
     && python setup.py install \
     && echo 'Done'