Skip to content

Commit

Permalink
tests: fix broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lnielsen committed Jul 18, 2017
1 parent 11ecbb3 commit 258ae49
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .lgtm

This file was deleted.

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ RUN pip install \
pytest-runner \
Sphinx

RUN pip install XRootDPyFS fs Invenio-Files-REST[sqlite]
RUN pip install XRootDPyFS "fs<2.0.0" Invenio-Files-REST[sqlite]

# Add sources to `code` and work there:
WORKDIR /code
Expand Down
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@

import sphinx.environment


# -- General configuration ------------------------------------------------

# If your documentation needs a minimal Sphinx version, state it here.
Expand Down
2 changes: 1 addition & 1 deletion run-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
# waive the privileges and immunities granted to it by virtue of its status
# as an Intergovernmental Organization or submit itself to any jurisdiction.

xrootd -b -l /dev/null && ./run-tests.sh
xrootd -b && source ./run-tests.sh
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ all_files = 1

[bdist_wheel]
universal = 1

[pydocstyle]
add_ignore = D401

0 comments on commit 258ae49

Please sign in to comment.