Skip to content
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.

Commit

Permalink
Fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Krienbühl committed Jun 18, 2015
1 parent f23de14 commit bfa5b14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion onegov/election_day/tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import more.webassets
import onegov.core
import onegov.town
import onegov.election_day
import os.path
import pytest
import textwrap
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,12 @@ def get_long_description():
zip_safe=False,
platforms='any',
install_requires=[
'onegov.core >= 0.3.7',
'onegov.core>=0.3.7',
'onegov.ballot',
'onegov.form',
'onegov.foundation',
'onegov.user',
'yaml'
'pyyaml'
],
extras_require=dict(
test=[
Expand Down

0 comments on commit bfa5b14

Please sign in to comment.