mirror of
https://github.com/pypiserver/pypiserver
synced 2024-11-09 16:45:51 +01:00
f740a84539
Fix the `build` calls to use `--no-isolation`, in order to fix regression in running tests in an offline environment. Unlike the previous `setup.py` calls, `build` defaults to creating a new virtual environment to perform the build. This, in turn, requires fetching the build dependencies from the Internet, effectively making the tests error out in an offline environment. Passing `--no-isolation` makes `build` use the already-installed host dependencies instead. Co-authored-by: Mitja O <dmtree.dev@yahoo.com> |
||
---|---|---|
.. | ||
__init__.py | ||
doubles.py | ||
sample_msg.html | ||
test_app.py | ||
test_backend.py | ||
test_config.py | ||
test_core.py | ||
test_docs.py | ||
test_init.py | ||
test_main.py | ||
test_manage.py | ||
test_pkg_helpers.py | ||
test_server.py | ||
test-ignorelist |