Skip to content

Commit

Permalink
Replacing pytest-ordering with pytest-order. The former is not being …
Browse files Browse the repository at this point in the history
…maintained anymore.

Signed-off-by: Christian Pinto <christian.pinto@ibm.com>
  • Loading branch information
christian-pinto committed Nov 1, 2023
1 parent ab7f4ab commit 47aeca1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions api_emulator/agents_management.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2023 International Business Machines, Inc. All rights reserved.

import json
import api_emulator.utils as utils
import requests
Expand Down
2 changes: 2 additions & 0 deletions api_emulator/redfish/EventListener_api.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2023 International Business Machines, Inc. All rights reserved.

from flask import request
from flask_restful import Resource
import api_emulator.redfish.constants as constants
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ urllib3==2.0.4
Werkzeug==2.3.7
zipp==3.16.2
pytest
pytest-ordering
pytest-order

0 comments on commit 47aeca1

Please sign in to comment.