mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-05-02 14:46:12 -04:00
fix tests
This commit is contained in:
parent
ea651e526d
commit
a01d286dcf
7 changed files with 82 additions and 5 deletions
2
veilid-python/.gitignore
vendored
2
veilid-python/.gitignore
vendored
|
@ -85,7 +85,7 @@ ipython_config.py
|
|||
# pyenv
|
||||
# For a library or package, you might want to ignore these files since the code is
|
||||
# intended to run in multiple environments; otherwise, check them in:
|
||||
# .python-version
|
||||
.python-version
|
||||
|
||||
# pipenv
|
||||
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
|
||||
|
|
2
veilid-python/poetry.toml
Normal file
2
veilid-python/poetry.toml
Normal file
|
@ -0,0 +1,2 @@
|
|||
[virtualenvs]
|
||||
in-project = true
|
3
veilid-python/poetry_install.sh
Executable file
3
veilid-python/poetry_install.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
export PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring
|
||||
poetry install
|
Loading…
Add table
Add a link
Reference in a new issue