diff --git a/.circleci/config.yml b/.circleci/config.yml index f5ccd8a0d..ed0c80730 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -111,6 +111,9 @@ jobs: export PATH=$PWD/firefox:$PATH pytest test -v -k chrome + - store_artifacts: + path: /home/circleci/repo/build/ + deploy: machine: enabled: true diff --git a/test/test_package_loading.py b/test/test_package_loading.py index f403103cd..590d27e90 100644 --- a/test/test_package_loading.py +++ b/test/test_package_loading.py @@ -1,6 +1,5 @@ import os from pathlib import Path -import time from http.server import HTTPServer, SimpleHTTPRequestHandler import threading