Skip to content
Snippets Groups Projects
Commit fca68f0f authored by Christopher Randolph Rhodes's avatar Christopher Randolph Rhodes
Browse files

Trying to get tests to run without external run_tests script; no luck. Test...

Trying to get tests to run without external run_tests script; no luck.  Test environment is not installing with dependencies.
parent e42165c5
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ source:
- path: ../dist/{{ name }}-{{ version }}.tar.gz
- path: ../tests
folder: tests
- path: ../../fixtures_{{ version }}.tar.gz
# - path: ../../fixtures_{{ version }}.tar.gz
build:
......@@ -45,10 +45,12 @@ requirements:
test:
# files:
# - ../../fixtures_{{ version }}.tar.gz
imports:
- model_server
commands:
-{{ PYTHON }} -m tarfile -e fixtures_{{ version }}.tar.gz
# -{{ PYTHON }} -m tarfile -e fixtures_{{ version }}.tar.gz
-{{ PYTHON }} -m unittest model_server
requires:
- pip
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment