File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ test:
158
158
$(VENV_ACTIVATE ) $(VENV_NAME ) && \
159
159
pip install --force-reinstall ' $(shell ls $(BUILD_PATH_BIN)/dist/isx-*.whl)[test]' && \
160
160
cd build/Release && \
161
- ISX_TEST_DATA_PATH=$( TEST_DATA_DIR ) python -m pytest --disable-warnings -v -s --junit-xml=$(API_TEST_RESULTS_PATH ) test $(TEST_ARGS )
161
+ ISX_TEST_DATA_PATH=' $(shell realpath $( TEST_DATA_DIR)) ' python -m pytest --disable-warnings -v -s --junit-xml=$(API_TEST_RESULTS_PATH ) test $(TEST_ARGS )
162
162
163
163
ifeq ($(BUILD_API ) , 1)
164
164
docs : build
Original file line number Diff line number Diff line change 2
2
import shutil
3
3
import isx
4
4
5
- test_data_path = os .path . abspath ( os . environ ['ISX_TEST_DATA_PATH' ])
5
+ test_data_path = os .environ ['ISX_TEST_DATA_PATH' ]
6
6
7
7
8
8
def delete_files_silently (files ):
You can’t perform that action at this time.
0 commit comments