Skip to content

Commit

Permalink
Remove a faulty test
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenburns committed May 13, 2021
1 parent 5d90387 commit e652a47
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/test_collect.py
Expand Up @@ -264,11 +264,6 @@ class Abc:
assert base.__module__ in sys.modules


@test("this test module has `__package__` set as `tests`")
def _():
assert sys.modules[__name__].__package__ == "tests"


@skip("Skipped on Windows", when=platform.system() == "Windows")
@test("_build_package_name constructs package name '{pkg}' from '{path}'")
def _(
Expand Down

0 comments on commit e652a47

Please sign in to comment.