python3-b2sdk: update to 1.22.1.
This commit is contained in:
parent
c6272e3c99
commit
c50624631b
|
@ -1,32 +0,0 @@
|
|||
--- a/test/unit/account_info/fixtures.py
|
||||
+++ b/test/unit/account_info/fixtures.py
|
||||
@@ -9,6 +9,7 @@
|
||||
######################################################################
|
||||
|
||||
import pytest
|
||||
+import pytest_lazyfixture
|
||||
|
||||
from apiver_deps import InMemoryAccountInfo, SqliteAccountInfo
|
||||
|
||||
@@ -84,8 +85,8 @@ def sqlite_account_info(sqlite_account_i
|
||||
|
||||
@pytest.fixture(
|
||||
params=[
|
||||
- pytest.lazy_fixture('in_memory_account_info_factory'),
|
||||
- pytest.lazy_fixture('sqlite_account_info_factory'),
|
||||
+ pytest_lazyfixture.lazy_fixture('in_memory_account_info_factory'),
|
||||
+ pytest_lazyfixture.lazy_fixture('sqlite_account_info_factory'),
|
||||
]
|
||||
)
|
||||
def account_info_factory(request):
|
||||
@@ -94,8 +95,8 @@ def account_info_factory(request):
|
||||
|
||||
@pytest.fixture(
|
||||
params=[
|
||||
- pytest.lazy_fixture('in_memory_account_info'),
|
||||
- pytest.lazy_fixture('sqlite_account_info'),
|
||||
+ pytest_lazyfixture.lazy_fixture('in_memory_account_info'),
|
||||
+ pytest_lazyfixture.lazy_fixture('sqlite_account_info'),
|
||||
]
|
||||
)
|
||||
def account_info(request):
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-b2sdk'
|
||||
pkgname=python3-b2sdk
|
||||
version=1.20.0
|
||||
version=1.22.1
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-setuptools_scm python3-wheel"
|
||||
|
@ -12,7 +12,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
|||
license="MIT"
|
||||
homepage="https://pypi.org/project/b2sdk"
|
||||
distfiles="${PYPI_SITE}/b/b2sdk/b2sdk-${version}.tar.gz"
|
||||
checksum=b394d9fbdada1a4ffc0837cd6c930351f5fccc24cd0af23e41edd850d67fb687
|
||||
checksum=d0bd30bf98ce77164b2ae5fe1523598700f705255f1c7f7c0242f4d7c8afc72b
|
||||
replaces="python-b2sdk>=0"
|
||||
# Tests require an application key
|
||||
make_check=no
|
||||
|
|
Loading…
Reference in New Issue