File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ pytest-iam
4
4
pytest-iam spawns a lightweight OAuth2 / OpenID Server (OIDC) in a thread to be used in your test suite.
5
5
The machinery involves [ Canaille] ( https://canaille.yaal.coop ) and [ Authlib] ( https://authlib.org ) .
6
6
7
- - [ Repository] ( https://gitlab .com/yaal /pytest-iam )
7
+ - [ Repository] ( https://github .com/pytest-dev /pytest-iam )
8
8
- [ Package] ( https://pypi.org/project/pytest-iam )
9
9
- [ Documentation] ( https://pytest-iam.readthedocs.io )
10
10
Original file line number Diff line number Diff line change 45
45
"authlib" : ("https://docs.authlib.org/en/latest/" , None ),
46
46
}
47
47
48
- issues_uri = "https://gitlab .com/yaal /pytest_iam/-/issues/{issue}"
49
- issues_pr_uri = "https://gitlab .com/yaal /pytest_iam/-/merge_requests/{pr}"
50
- issues_commit_uri = "https://gitlab .com/yaal /pytest_iam/-/commit/{commit}"
48
+ issues_uri = "https://github .com/pytest-dev /pytest_iam/-/issues/{issue}"
49
+ issues_pr_uri = "https://github .com/pytest-dev /pytest_iam/-/merge_requests/{pr}"
50
+ issues_commit_uri = "https://github .com/pytest-dev /pytest_iam/-/commit/{commit}"
51
51
52
52
# -- Options for HTML output ----------------------------------------------
53
53
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ classifiers = [
26
26
" Framework :: Pytest" ,
27
27
]
28
28
29
- repository = " https://gitlab .com/yaal /pytest-iam"
29
+ repository = " https://github .com/pytest-dev /pytest-iam"
30
30
documentation = " https://pytest-iam.readthedocs.io/en/latest/"
31
31
32
32
[tool .poetry .dependencies ]
You can’t perform that action at this time.
0 commit comments