Skip to content

Commit

Permalink
Borro monkeypatch de constante que ya no existe
Browse files Browse the repository at this point in the history
  • Loading branch information
FScaccheri committed Nov 28, 2019
1 parent c7bac62 commit fcad78f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions tests/test_catalog_readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
from pydatajson.catalog_readme import generate_readme
from tests.support.decorators import RESULTS_DIR

import pydatajson.constants
pydatajson.constants.CANT_THREADS_BROKEN_URL_VALIDATOR = 1

my_vcr = vcr.VCR(path_transformer=vcr.VCR.ensure_suffix('.yaml'),
cassette_library_dir=os.path.join("tests", "cassetes"),
Expand Down
2 changes: 0 additions & 2 deletions tests/test_readers_and_writers.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
from tests import xl_methods
import openpyxl as pyxl

import pydatajson.constants
pydatajson.constants.CANT_THREADS_BROKEN_URL_VALIDATOR = 1

my_vcr = vcr.VCR(
path_transformer=vcr.VCR.ensure_suffix('.yaml'),
Expand Down
2 changes: 0 additions & 2 deletions tests/test_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
from .context import pydatajson
from .support.decorators import RESULTS_DIR

import pydatajson.constants
pydatajson.constants.CANT_THREADS_BROKEN_URL_VALIDATOR = 1

my_vcr = vcr.VCR(path_transformer=vcr.VCR.ensure_suffix('.yaml'),
cassette_library_dir=os.path.join("tests", "cassetes"),
Expand Down
4 changes: 0 additions & 4 deletions tests/test_validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@
except ImportError:
from unittest import mock

import pydatajson.constants

pydatajson.constants.CANT_THREADS_BROKEN_URL_VALIDATOR = 1


class ValidatorsTestCase(unittest.TestCase):
SAMPLES_DIR = os.path.join("tests", "samples")
Expand Down

0 comments on commit fcad78f

Please sign in to comment.