Skip to content

Commit

Permalink
remove links to github issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls committed Jul 13, 2022
1 parent 63d654c commit 916e556
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/pyreverse/test_diadefs.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ class TestDefaultDiadefGenerator:
("specialization", "Specialization", "Ancestor"),
]

# https://github.com/PyCQA/pylint/issues/2763
@pytest.mark.xfail
def test_extract_relations(self, HANDLER: DiadefsHandler, PROJECT: Project) -> None:
"""Test extract_relations between classes."""
Expand All @@ -114,7 +113,6 @@ def test_extract_relations(self, HANDLER: DiadefsHandler, PROJECT: Project) -> N
relations = _process_relations(cd.relationships)
assert relations == self._should_rels

# https://github.com/PyCQA/pylint/issues/2763
@pytest.mark.xfail
def test_functional_relation_extraction(
self, default_config: PyreverseConfig, get_project: Callable
Expand Down

0 comments on commit 916e556

Please sign in to comment.