fix tests

This commit is contained in:
John Smith 2023-06-19 15:23:30 -04:00
parent ea651e526d
commit a01d286dcf
7 changed files with 82 additions and 5 deletions

View file

@ -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.

View file

@ -0,0 +1,2 @@
[virtualenvs]
in-project = true

View file

@ -0,0 +1,3 @@
#!/bin/bash
export PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring
poetry install