-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update docker configuration * Update tox, travis * Pin astroid * Pin pytest to same version as xpro * JS tests * Downgrade pylint_django * Update test requirements * Update pytest-django * First steps on selenium tests * Fix selenium tests? * Django test fixes * Fix selenium? * Lint * Update python-dateutil to fix deprecation warning * Fix selenium? * Lint * Fix environment variables for selenium tests * Fix selenium? * Fixture * Update redis python library * LuaLock was renamed to Lock * Update beautifulsoup4 to fix deprecation warning * Deprecation warning * pip-compile, followed by repinning beautifulsoup4 * Fix deprecation warning * Deprecation warnings * Lint * Pylint * Fix lock * Fix test * Inline py-environment, remove exposed ports * Pin dateutil to Python 3.7 compatible version to fix deprecation warnings * Downgrade a couple dependencies to fix incompatibilities * Lint * Silence deprecation warnings * Newline
- Loading branch information
George Schneeloch
authored
Mar 4, 2020
1 parent
8373d6d
commit a7abe70
Showing
41 changed files
with
188 additions
and
248 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,9 @@ | ||
version: '2.1' | ||
version: '3.7' | ||
services: | ||
python: | ||
build: | ||
context: . | ||
dockerfile: ./travis/Dockerfile-travis-web | ||
|
||
celery: | ||
build: | ||
context: . | ||
dockerfile: ./travis/Dockerfile-travis-web | ||
environment: | ||
# for celery, to avoid ImproperlyConfigured | ||
MAILGUN_URL: 'http://fake.example.com' | ||
MAILGUN_KEY: 'fake' | ||
ELASTICSEARCH_INDEX: 'testindex' | ||
OPEN_DISCUSSIONS_SITE_KEY: 'fake' | ||
|
||
web: | ||
build: | ||
context: . | ||
dockerfile: ./travis/Dockerfile-travis-web | ||
|
||
selenium: | ||
build: | ||
context: . | ||
dockerfile: ./travis/Dockerfile-travis-web |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
) | ||
|
||
|
||
class BaseTSVReader(object): | ||
class BaseTSVReader: | ||
""" | ||
Base class for TSV file readers | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.