Skip to content

Commit d951c60

Browse files
committed
fix: lint
1 parent cd924f2 commit d951c60

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

tests/core/pyspec/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ make test preset=minimal k=test_verify_kzg_proof fork=deneb
4848

4949
### How to generate coverage reports
5050

51-
Run `make test coverage=true` to enable coverage tracking and generate
52-
reports.
51+
Run `make test coverage=true` to enable coverage tracking and generate reports.
5352

5453
Reports are saved at:
5554

@@ -63,7 +62,6 @@ xdg-open tests/core/pyspec/.htmlcov/index.html # Linux
6362
open tests/core/pyspec/.htmlcov/index.html # macOS
6463
```
6564

66-
6765
## Contributing
6866

6967
Contributions are welcome, but consider implementing your idea as part of the

tests/core/pyspec/eth_consensus_specs/test/context.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,6 @@ def entry(*args, **kw):
290290
return entry
291291

292292

293-
294-
295293
is_pytest = True
296294
is_generator = False
297295

0 commit comments

Comments
 (0)