15
0

Accepting request 849257 from home:jayvdb:branches:devel:languages:python

- Activate test suite

OBS-URL: https://build.opensuse.org/request/show/849257
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dj-database-url?expand=0&rev=13
This commit is contained in:
2020-11-19 07:48:42 +00:00
committed by Git OBS Bridge
parent c67a5d7111
commit 7150754af3
2 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Nov 18 10:15:52 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
- Activate test suite
-------------------------------------------------------------------
Sat Mar 16 00:47:21 UTC 2019 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-dj-database-url
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -25,6 +25,8 @@ License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/kennethreitz/dj-database-url
Source: https://github.com/kennethreitz/dj-database-url/archive/v%{version}.tar.gz
BuildRequires: %{python_module Django}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -58,7 +60,8 @@ Oracle, Oracle (GIS), and SQLite.
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
# all tests connect to AWS for DB servers
%check
%pytest
%files %{python_files}
%license LICENSE