Skip to content

Commit

Permalink
fix style tox env and flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
savex committed Sep 5, 2023
1 parent dd1fe9e commit ff42f76
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion ducktape/tests/result.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ def num_flaky(self):
return len([r for r in self._results if r.test_status == FLAKY])

@property

def num_opassed(self):
return len([r for r in self._results if r.test_status == OPASS])

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ pycryptodome==3.9.8
more-itertools==5.0.0
tox==3.20.0
six==1.15.0
PyYAML==6.0
PyYAML==6.0.1

0 comments on commit ff42f76

Please sign in to comment.