Skip to content

Commit 84650b5

Browse files
lokeshranginenitmihalac
authored andcommitted
Moved the common fixtures to the root conftest.py or auth_permissions_util.py (feast-dev#54)
* Moved the common fixtures to the root conftest.py or auth_permissions_util.py Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com> Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com> * Adding missed dependency and regenerated the requirements files. Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com> Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com> * Addinig missing changes from the original PR. Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com> Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com> --------- Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
1 parent 9a579b9 commit 84650b5

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

sdk/python/tests/unit/permissions/auth/server/test_auth_registry_server.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
read_permissions_perm,
2121
read_sfv_perm,
2222
)
23+
from tests.utils.auth_permissions_util import get_remote_registry_store
2324
from tests.utils.http_server import check_port_open # noqa: E402
2425

2526

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,8 @@
2222
from pathlib import Path
2323

2424
from setuptools import find_packages, setup, Command
25-
from setuptools.command.build_ext import build_ext as _build_ext
2625
from setuptools.command.build_py import build_py
2726
from setuptools.command.develop import develop
28-
from setuptools.command.install import install
2927

3028
NAME = "feast"
3129
DESCRIPTION = "Python SDK for Feast"

0 commit comments

Comments
 (0)