Skip to content

Commit

Permalink
No need to skip this test any more, refs #47
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Feb 7, 2023
1 parent 0021677 commit 7e04965
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/test_redact.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
import pytest
import sqlite_utils
from sqlite_utils.db import ForeignKey
import sys

from .shared import all_databases


# This test was failing in CI on 3.9 and higher, I couldn't figure out why:
@pytest.mark.skipif(
sys.version_info > (3, 8), reason="https://github.com/simonw/db-to-sqlite/issues/47"
)
@all_databases
def test_redact(connection, tmpdir, cli_runner):
db_path = str(tmpdir / "test_redact.db")
Expand Down

0 comments on commit 7e04965

Please sign in to comment.