Skip to content

Commit

Permalink
Remove distribution test, it's redundant without patching
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Jul 22, 2024
1 parent 24f6cb3 commit 02382f6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ certifi = *.pem
[options.extras_require]
tests =
pytest
setuptools
lint = black; flake8; check-manifest
packaging = check-manifest

Expand Down
6 changes: 0 additions & 6 deletions tests/test_simple.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import ssl
import sys

import pkg_resources
import pytest

import certifi
Expand All @@ -21,11 +20,6 @@ def test_is_css():
assert certifi.__certifi_system_store__


def test_version():
dist = pkg_resources.get_distribution("certifi")
assert dist.version.startswith("30")


def test_ssl_load_certs():
ctx = ssl.SSLContext(ssl.PROTOCOL_TLS_CLIENT)
assert not ctx.get_ca_certs()
Expand Down

0 comments on commit 02382f6

Please sign in to comment.