diff options
author | John L. Villalovos <john@sodarock.com> | 2021-04-29 08:21:50 -0700 |
---|---|---|
committer | John L. Villalovos <john@sodarock.com> | 2021-04-30 07:07:17 -0700 |
commit | ab343ef6da708746aa08a972b461a5e51d898f8b (patch) | |
tree | 98eabab08089a21386e4e56a1fe8fd6ff90af52d /tools/functional/conftest.py | |
parent | 98891eb2c52051134fd3046a4ef5d7b0a6af8fec (diff) | |
download | gitlab-ab343ef6da708746aa08a972b461a5e51d898f8b.tar.gz |
chore: have flake8 check the entire project
Have flake8 run at the top-level of the projects instead of just the
gitlab directory.
Diffstat (limited to 'tools/functional/conftest.py')
-rw-r--r-- | tools/functional/conftest.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/functional/conftest.py b/tools/functional/conftest.py index 648fe5e..89b3dda 100644 --- a/tools/functional/conftest.py +++ b/tools/functional/conftest.py @@ -2,7 +2,6 @@ import tempfile import time import uuid from pathlib import Path -from random import randint from subprocess import check_output import pytest |