forked from oamg/leapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
36 lines (34 loc) · 1.19 KB
/
Pipfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
[dev-packages]
# Docs build dependencies
Sphinx = "*"
sphinx_rtd_theme = "*"
recommonmark = "*"
argcomplete = "*"
# Testing dependencies
behave = "*"
pylint = "*"
requests = "*"
attrs = "*"
PyHamcrest = "*"
splinter = "*"
# We restrict ourselves to older versions of Selenium for the Cockpit plugin
# testing as:
#
# - CentOS 7 offers a relatively old version of Firefox by default
# - Selenium 3.0+ requires geckodriver, the WebDriver interface to Firefox
# - Mozilla themselves say:
# - "Marionette and geckodriver are not yet feature complete. This means
# that they do not yet offer full conformance with the WebDriver standard
# or complete compatibility with Selenium."
# - "It is recommended to use the latest releases of geckodriver, Firefox,
# and Selenium. Generally speaking, the more recent the Firefox release,
# the more compatibility and conformance fixes you will get."
#
# See https://developer.mozilla.org/en-US/docs/Mozilla/QA/Marionette/WebDriver
# for more details on the development status of Marionette & geckodriver
selenium = "< 3.0"
[packages]
# Runtime dependencies are in `src/setup.py`