mirror of
https://github.com/chatmail/relay.git
synced 2026-08-30 03:53:14 +00:00
test!: remove global registration of pytest plugins
Instead a conftest.py close to the test files needs to opt into using plugin hooks and fixtures. also remove some packaging leftover with initenv.sh
This commit is contained in:
@@ -20,6 +20,10 @@ fi
|
||||
|
||||
python3 -m venv --upgrade-deps venv
|
||||
|
||||
# an editable install puts src/ on sys.path, so a leftover egg-info there is
|
||||
# found as a second distribution and keeps removed entry points registered
|
||||
rm -rf chatmaild/src/*.egg-info cmdeploy/src/*.egg-info
|
||||
|
||||
venv/bin/pip install -e chatmaild
|
||||
venv/bin/pip install -e cmdeploy
|
||||
venv/bin/pip install sphinx sphinxcontrib-mermaid sphinx-autobuild furo # for building the docs
|
||||
|
||||
Reference in New Issue
Block a user