Skip to content

Commit

Permalink
temporally skipping test_requirements_vs_setup() for the migration to…
Browse files Browse the repository at this point in the history
… pyproject.toml (#69)
  • Loading branch information
mxochicale committed Jul 27, 2023
1 parent 83d0cb6 commit 6dcfd44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions {{cookiecutter.project_slug}}/tests/test_requirements.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# coding=utf-8

"""
scikit-surgery test to check that requirements.txt and setup.py
scikit-surgery test to check that `requirements.txt vs `setup.py` or `requirements.txt` vs `pytproject.toml`
specify the same dependencies
"""
import pytest

# Pytest style

@pytest.mark.skip(reason="temporally skipping this for the migration to pyproject.toml")
def test_requirements_vs_setup():
"""
Test that the requirements.txt matches setup.py
Expand Down

0 comments on commit 6dcfd44

Please sign in to comment.