Skip to content

Commit 2bb8c9e

Browse files
author
stephanie
committed
comment out freetds test
1 parent 234d981 commit 2bb8c9e

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

appveyor.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -100,16 +100,6 @@ install:
100100
- "python --version"
101101
- "python -c \"import struct; print(struct.calcsize('P') * 8)\""
102102

103-
# Upgrade to the latest version of pip to avoid it displaying warnings
104-
# about it being out of date.
105-
# - "pip install --disable-pip-version-check --user --upgrade pip"
106-
107-
# Install the build dependencies of the project. If some dependencies contain
108-
# compiled extensions and are not provided as pre-built wheel packages,
109-
# pip will build them from source using the MSVC compiler matching the
110-
# target Python version and architecture
111-
#- "%CMD_IN_ENV% pip install -r dev-requirements.txt"
112-
# - "%CMD_IN_ENV% pip install -r requirements_tests.txt"
113103

114104

115105
build_script:

tests/test_odmdata/test_FreeTDS.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ def setup(self):
3636
print engine
3737

3838

39-
def test_connection(self):
40-
pass
39+
# def test_connection(self):
40+
# pass

0 commit comments

Comments
 (0)