File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 11-r requirements.txt
22-r requirements-standalone.txt
3+ -r requirements-pg.txt
34
4- apipkg == 1.4
55pytest == 6.2.4
66pytest-cov == 2.12.0
77pytest-flake8 == 1.0.7
Original file line number Diff line number Diff line change 3535import os
3636import re
3737
38- import apipkg
38+ import psycopg2
3939import pytest
4040
4141from pycsw .core import admin
4242from pycsw .core .config import StaticContext
4343from pycsw .core .repository import Repository , setup
4444from pycsw .ogc .api .util import yaml_load
4545
46- apipkg .initpkg ("optionaldependencies" , {
47- "psycopg2" : "psycopg2" ,
48- })
49-
50- from optionaldependencies import psycopg2 # NOQA: E402
51-
5246TESTS_ROOT = os .path .dirname (os .path .dirname (os .path .abspath (__file__ )))
5347
5448SuiteDirs = namedtuple ("SuiteDirs" , [
You can’t perform that action at this time.
0 commit comments