We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36498e5 commit 9d6b469Copy full SHA for 9d6b469
setup.py
@@ -1,7 +1,6 @@
1
from setuptools import setup, find_packages
2
import codecs
3
import os
4
-import re
5
6
__version__ = None
7
with open("pytest_httpbin/version.py") as f:
tests/conftest.py
@@ -1,6 +1,5 @@
import pytest
-from pytest_httpbin.plugin import httpbin_ca_bundle
@pytest.fixture(autouse=True, scope='function')
0 commit comments