Commit c123eb9
authored
suppress pytest rewrite assertion warning (#1279)
Hi,
can you please consider patch to suppress the pytest rewrite assertion
warning when running `basilisp test`. It fixes #1252.
I haven’t added a test, as it would require creating a virtual
environment during testing, which seemed excessive for this issue.
However, I’m happy to add one if you feel it’s necessary.
Thanks
Note: this is a follow up to #1255 but it uses the `;` separator to
specify the module name, introduced by
pytest-dev/pytest#13429 in [Pytest
8.4.0](https://docs.pytest.org/en/stable/changelog.html#pytest-8-4-0-2025-06-02).
---------
Co-authored-by: ikappaki <[email protected]>1 parent f643d88 commit c123eb9
2 files changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
745 | 745 | | |
746 | 746 | | |
747 | 747 | | |
| 748 | + | |
| 749 | + | |
| 750 | + | |
| 751 | + | |
| 752 | + | |
| 753 | + | |
| 754 | + | |
| 755 | + | |
| 756 | + | |
| 757 | + | |
748 | 758 | | |
749 | 759 | | |
750 | 760 | | |
| |||
0 commit comments