forked from pool/python-selenium
- Run the tests, taken from upstream git and issue filled upstream
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=74
This commit is contained in:
committed by
Git OBS Bridge
parent
378bd578c7
commit
699807a184
@@ -25,12 +25,15 @@ License: Apache-2.0
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/SeleniumHQ/selenium
|
||||
Source: https://files.pythonhosted.org/packages/source/s/selenium/selenium-%{version}.tar.gz
|
||||
BuildRequires: %{python_module devel}
|
||||
#https://github.com/SeleniumHQ/selenium/issues/6246
|
||||
Source1: selenium-pytest.tar.bz2
|
||||
BuildRequires: %{python_module pytest-mock}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module rdflib}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module urllib3}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: %{python_module urllib3}
|
||||
Requires: python-rdflib
|
||||
Requires: python-urllib3
|
||||
ExclusiveArch: %{ix86} x86_64
|
||||
@@ -44,7 +47,7 @@ Currently, the remote protocol, Firefox and Chrome for Selenium 2.0 are
|
||||
supported, as well as the Selenium 1.0 bindings.
|
||||
|
||||
%prep
|
||||
%setup -q -n selenium-%{version}
|
||||
%setup -q -n selenium-%{version} -a1
|
||||
|
||||
%build
|
||||
%python_build
|
||||
@@ -57,6 +60,10 @@ supported, as well as the Selenium 1.0 bindings.
|
||||
%python_expand rm %{buildroot}%{$python_sitelib}/selenium/webdriver/firefox/amd64/x_ignore_nofocus.so
|
||||
%endif
|
||||
|
||||
%check
|
||||
export PYTHONDONTWRITEBYTECODE=1
|
||||
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_version} test/unit
|
||||
|
||||
%files %{python_files}
|
||||
%doc README.rst CHANGES
|
||||
%{python_sitelib}/selenium*
|
||||
|
Reference in New Issue
Block a user