mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
And again. Remove whitespace (pep8)
This commit is contained in:
parent
23690dd8f8
commit
066718022e
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -76,7 +76,7 @@ class PyTest(TestCommand):
|
|||
TestCommand.finalize_options(self)
|
||||
self.test_args = []
|
||||
self.test_suite = True
|
||||
|
||||
|
||||
def run_tests(self):
|
||||
# Import here because in module scope the eggs are not loaded.
|
||||
import pytest
|
||||
|
|
|
|||
Loading…
Reference in a new issue