Skip to content

Commit

Permalink
Merge pull request #176 from simleo/readme_whitespace
Browse files Browse the repository at this point in the history
Delete trailing whitespace in the readme file
  • Loading branch information
simleo authored Mar 15, 2024
2 parents 0b375c7 + c0442d0 commit d4535a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -405,15 +405,15 @@ Options:
* Copyright 2020-2024 Center for Advanced Studies, Research and Development in Sardinia (CRS4), IT
* Copyright 2022-2024 École Polytechnique Fédérale de Lausanne, CH

Licensed under the
Apache License, version 2.0 <https://www.apache.org/licenses/LICENSE-2.0>,
Licensed under the
Apache License, version 2.0 <https://www.apache.org/licenses/LICENSE-2.0>,
see the file `LICENSE.txt` for details.

## Cite as

[![DOI](https://zenodo.org/badge/216605684.svg)](https://zenodo.org/badge/latestdoi/216605684)

The above DOI corresponds to the latest versioned release as [published to Zenodo](https://zenodo.org/record/3956493), where you will find all earlier releases.
The above DOI corresponds to the latest versioned release as [published to Zenodo](https://zenodo.org/record/3956493), where you will find all earlier releases.
To cite `ro-crate-py` independent of version, use <https://doi.org/10.5281/zenodo.3956493>, which will always redirect to the latest release.

You may also be interested in the paper [Packaging research artefacts with RO-Crate](https://doi.org/10.3233/DS-210053).
2 changes: 2 additions & 0 deletions test/test_write.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
import pytest
import os
import uuid
import sys
import zipfile
from itertools import product
from urllib.error import URLError
Expand Down Expand Up @@ -214,6 +215,7 @@ def test_looks_like_file_uri(tmpdir, monkeypatch):
assert (out_path / f_name).is_file()


@pytest.mark.skipif(sys.platform == "darwin", reason="FTP opening broken on macOS CI instances")
@pytest.mark.slow
@pytest.mark.parametrize("fetch_remote", [False, True])
def test_ftp_uri(tmpdir, fetch_remote):
Expand Down

0 comments on commit d4535a2

Please sign in to comment.