summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJohn Villalovos <john@sodarock.com>2023-02-05 23:27:58 -0800
committerGitHub <noreply@github.com>2023-02-06 08:27:58 +0100
commit44786efad1dbb66c8242e61cf0830d58dfaff196 (patch)
treebb6c2a4d744e788f3689006b051d4b13f0c019ff /tests
parent19927906809c329788822f91d0abd8761a85c5c3 (diff)
downloadgitlab-44786efad1dbb66c8242e61cf0830d58dfaff196.tar.gz
chore(deps): update black (23.1.0) and commitizen (2.40.0) (#2479)
Update the dependency versions: black: 23.1.0 commitizen: 2.40.0 They needed to be updated together as just updating `black` caused a dependency conflict. Updated files by running `black` and committing the changes.
Diffstat (limited to 'tests')
-rw-r--r--tests/functional/conftest.py2
-rw-r--r--tests/unit/objects/test_statistics.py1
2 files changed, 0 insertions, 3 deletions
diff --git a/tests/functional/conftest.py b/tests/functional/conftest.py
index c85b172..6560d91 100644
--- a/tests/functional/conftest.py
+++ b/tests/functional/conftest.py
@@ -96,7 +96,6 @@ def reset_gitlab(gl: gitlab.Gitlab) -> None:
helpers.safe_delete(project)
for group in gl.groups.list():
-
# skip deletion of a descendant group to prevent scenarios where parent group
# gets deleted leaving a dangling descendant whose deletion will throw 404s.
if group.parent_id:
@@ -243,7 +242,6 @@ def gitlab_token(
docker_services,
fixture_dir: pathlib.Path,
) -> str:
-
start_time = time.perf_counter()
logging.info("Waiting for GitLab container to become ready.")
docker_services.wait_until_responsive(
diff --git a/tests/unit/objects/test_statistics.py b/tests/unit/objects/test_statistics.py
index a65b6e1..c7ace57 100644
--- a/tests/unit/objects/test_statistics.py
+++ b/tests/unit/objects/test_statistics.py
@@ -22,7 +22,6 @@ content = {
@pytest.fixture
def resp_application_statistics():
-
with responses.RequestsMock() as rsps:
rsps.add(
method=responses.GET,