summaryrefslogtreecommitdiff
path: root/testing/test_pastebin.py
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2013-10-12 15:39:22 +0200
committerholger krekel <holger@merlinux.eu>2013-10-12 15:39:22 +0200
commit8ac5af289666e023aa4189fb62d28d406b9e6bb6 (patch)
tree2c45d7891dc3ccf3db4847e3ab20c33def665acd /testing/test_pastebin.py
parent8550ea0728ea8025daaf0fdfbf9ae1eb0cd3ad13 (diff)
downloadpytest-8ac5af289666e023aa4189fb62d28d406b9e6bb6.tar.gz
fix flakes issues and make --flakes run part of tox runs
Diffstat (limited to 'testing/test_pastebin.py')
-rw-r--r--testing/test_pastebin.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/test_pastebin.py b/testing/test_pastebin.py
index fc24b88c0..c81bf88bf 100644
--- a/testing/test_pastebin.py
+++ b/testing/test_pastebin.py
@@ -1,4 +1,3 @@
-import pytest
class TestPasting:
def pytest_funcarg__pastebinlist(self, request):
@@ -56,4 +55,4 @@ class TestRPCClient:
assert proxy is not None
assert proxy.__class__.__module__.startswith('xmlrpc')
-
+