Compare commits
No commits in common. "master" and "setup-ci" have entirely different histories.
3 changed files with 30 additions and 63 deletions
|
@ -1,12 +0,0 @@
|
||||||
import pytest
|
|
||||||
|
|
||||||
from ftest_common.webfinger import get_webfinger
|
|
||||||
import os
|
|
||||||
|
|
||||||
def test_webfinger():
|
|
||||||
os.environ["FTEST_AUTH"] = "foo"
|
|
||||||
os.environ["FTEST_HOST"] = "http://localhost"
|
|
||||||
os.environ["FTEST_USER"] = "forgeflux@batsense.net"
|
|
||||||
os.environ["FTEST_TARGET_HOST"] = "https://gts.batsense.net"
|
|
||||||
|
|
||||||
get_webfinger()
|
|
|
@ -1,21 +0,0 @@
|
||||||
{
|
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
||||||
"extends": [
|
|
||||||
"config:recommended",
|
|
||||||
":dependencyDashboard"
|
|
||||||
],
|
|
||||||
"labels": [
|
|
||||||
"renovate-bot"
|
|
||||||
],
|
|
||||||
"prHourlyLimit": 0,
|
|
||||||
"timezone": "Asia/kolkata",
|
|
||||||
"prCreation": "immediate",
|
|
||||||
"vulnerabilityAlerts": {
|
|
||||||
"enabled": true,
|
|
||||||
"labels": [
|
|
||||||
"renovate-bot",
|
|
||||||
"renovate-security",
|
|
||||||
"security"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,45 +1,45 @@
|
||||||
astroid==3.2.4
|
astroid==3.2.2
|
||||||
build==1.2.2.post1
|
build==1.0.3
|
||||||
certifi==2024.8.30
|
certifi==2023.7.22
|
||||||
cffi==1.17.1
|
cffi==1.16.0
|
||||||
charset-normalizer==3.3.2
|
charset-normalizer==3.3.0
|
||||||
cryptography==43.0.1
|
cryptography==41.0.4
|
||||||
dill==0.3.9
|
dill==0.3.8
|
||||||
docutils==0.21.2
|
docutils==0.20.1
|
||||||
flake8==7.0.0
|
flake8==7.0.0
|
||||||
idna==3.10
|
idna==3.4
|
||||||
importlib-metadata==8.5.0
|
importlib-metadata==6.8.0
|
||||||
iniconfig==2.0.0
|
iniconfig==2.0.0
|
||||||
isort==5.13.2
|
isort==5.13.2
|
||||||
jaraco.classes==3.4.0
|
jaraco.classes==3.3.0
|
||||||
jeepney==0.8.0
|
jeepney==0.8.0
|
||||||
keyring==25.4.1
|
keyring==24.2.0
|
||||||
markdown-it-py==3.0.0
|
markdown-it-py==3.0.0
|
||||||
mccabe==0.7.0
|
mccabe==0.7.0
|
||||||
mdurl==0.1.2
|
mdurl==0.1.2
|
||||||
more-itertools==10.5.0
|
more-itertools==10.1.0
|
||||||
mypy==1.11.2
|
mypy==1.10.0
|
||||||
mypy-extensions==1.0.0
|
mypy-extensions==1.0.0
|
||||||
nh3==0.2.18
|
nh3==0.2.14
|
||||||
packaging==24.1
|
packaging==23.2
|
||||||
pkginfo==1.11.1
|
pkginfo==1.9.6
|
||||||
platformdirs==4.3.6
|
platformdirs==4.2.2
|
||||||
pluggy==1.5.0
|
pluggy==1.5.0
|
||||||
pycodestyle==2.11.1
|
pycodestyle==2.11.1
|
||||||
pycparser==2.22
|
pycparser==2.21
|
||||||
pyflakes==3.2.0
|
pyflakes==3.2.0
|
||||||
Pygments==2.18.0
|
Pygments==2.16.1
|
||||||
pylint==3.2.7
|
pylint==3.2.3
|
||||||
pyproject_hooks==1.2.0
|
pyproject_hooks==1.0.0
|
||||||
pytest==8.3.3
|
pytest==8.2.2
|
||||||
readme-renderer==44.0
|
readme-renderer==42.0
|
||||||
requests==2.32.3
|
requests==2.31.0
|
||||||
requests-toolbelt==1.0.0
|
requests-toolbelt==1.0.0
|
||||||
rfc3986==2.0.0
|
rfc3986==2.0.0
|
||||||
rich==13.9.4
|
rich==13.6.0
|
||||||
SecretStorage==3.3.3
|
SecretStorage==3.3.3
|
||||||
tomlkit==0.13.2
|
tomlkit==0.12.5
|
||||||
twine==5.1.0
|
twine==4.0.2
|
||||||
typing_extensions==4.12.2
|
typing_extensions==4.12.2
|
||||||
urllib3==2.2.3
|
urllib3==2.0.5
|
||||||
zipp==3.20.2
|
zipp==3.17.0
|
||||||
|
|
Loading…
Add table
Reference in a new issue