diff --git a/Dockerfile b/Dockerfile index 436d513..359b333 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,6 @@ RUN python -m pip install . ADD ./tests ./tests WORKDIR /app/tests -RUN ln -s ../fast-pysf/tests pysf_tests +# RUN ln -s ../fast-pysf/tests pysf_tests WORKDIR /app RUN python -m pytest tests diff --git a/README.md b/README.md index 2e25c26..fd3c0c7 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ at the repository's root directory which is very useful e.g. for debugging. ```sh ln -s fast-pysf/pysocialforce pysocialforce pushd tests - ln -s ../fast-pysf/tests pysf_tests + # ln -s ../fast-pysf/tests pysf_tests popd ```