Skip to content

Commit

Permalink
Merge pull request #10814 from pradyunsg/misc
Browse files Browse the repository at this point in the history
Deal with some warnings in development tooling
  • Loading branch information
pradyunsg committed Jan 21, 2022
2 parents 914178b + d15393d commit 3388ec4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sphinx ~= 4.2
sphinx ~= 4.2, != 4.4.0
towncrier
furo
myst_parser
Expand Down
2 changes: 2 additions & 0 deletions tests/lib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,8 @@ class TestFailure(AssertionError):


class TestPipResult:
__test__ = False

def __init__(self, impl: ProcResult, verbose: bool = False) -> None:
self._impl = impl

Expand Down

0 comments on commit 3388ec4

Please sign in to comment.