diff options
author | Andrei Zeliankou <zelenkov@nginx.com> | 2021-10-18 01:10:11 +0100 |
---|---|---|
committer | Andrei Zeliankou <zelenkov@nginx.com> | 2021-10-18 01:10:11 +0100 |
commit | 39adb292d54403d17f86f6852e87b0bda1d49946 (patch) | |
tree | 7fa2af8711216ed81bbf60531d990acd3a6f1013 /test/conftest.py | |
parent | 78a4063063b8f810a616d74a358ef150faff96db (diff) | |
download | unit-39adb292d54403d17f86f6852e87b0bda1d49946.tar.gz unit-39adb292d54403d17f86f6852e87b0bda1d49946.tar.bz2 |
Tests: style.
Diffstat (limited to 'test/conftest.py')
-rw-r--r-- | test/conftest.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/conftest.py b/test/conftest.py index 4d46e2fc..36061f8c 100644 --- a/test/conftest.py +++ b/test/conftest.py @@ -14,7 +14,6 @@ import time from multiprocessing import Process import pytest - from unit.check.chroot import check_chroot from unit.check.go import check_go from unit.check.isolation import check_isolation |