1
0
Fork 0
mirror of https://github.com/borgbase/vorta synced 2024-12-21 23:33:13 +00:00

Remove unused pytest-runner dependency. Fixes #1136 (#1137)

This commit is contained in:
Manu 2021-12-17 20:04:40 +04:00 committed by GitHub
parent 2d85641d55
commit 896d84415e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 16 deletions

View file

@ -40,7 +40,6 @@
"dependencies/python3-peewee.json",
"dependencies/python3-psutil.json",
"dependencies/python3-secretstorage.json",
"dependencies/python3-pytest-runner.json",
{
"name": "vorta",
"buildsystem": "simple",

View file

@ -1,14 +0,0 @@
{
"name": "python3-pytest-runner",
"buildsystem": "simple",
"build-commands": [
"pip3 install --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} pytest-runner"
],
"sources": [
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/15/0a/1e73c3a3d3f4f5faf5eacac4e55675c1627b15d84265b80b8fef3f8a3fb5/pytest-runner-4.4.tar.gz",
"sha256": "00ad6cd754ce55b01b868a6d00b77161e4d2006b3918bde882376a0a884d0df4"
}
]
}

View file

@ -34,7 +34,6 @@ project_urls =
python_requires = >=3.7
setup_requires =
pip >= 10
pytest-runner
setuptools_git
install_requires =
appdirs