Skip to content

Commit

Permalink
ignore src/ablog/_version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nabobalis committed Nov 1, 2024
1 parent 8f1f612 commit 6537785
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -195,3 +195,4 @@ test/
pydata-sphinx-theme/
_build
demo/
src/ablog/_version.py
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ Warning

**This version is maintained with the aim to keep it working for SunPy Project website and thus new features or bugfixes are highly unlikely unless they directly impact the SunPy Project**

**We strongly encourage users and interested in parties in submitting patches to ``ablog``**
**We strongly encourage users and interested in parties in submitting patches to ablog**
3 changes: 3 additions & 0 deletions src/ablog/tests/test_parallel.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
from pathlib import Path
from subprocess import run
import sys
import pytest


@pytest.mark.xfail("win" in sys.platform, reason="Passes on Windows")
def test_not_safe_for_parallel_read(rootdir: Path, tmp_path: Path):
"""
Ablog is NOT safe for parallel read.
Expand Down

0 comments on commit 6537785

Please sign in to comment.