2 parents e03f4ca + 6add168 commit 98532a8Copy full SHA for 98532a8
2 files changed
.github/workflows/workflow.yml
@@ -10,9 +10,9 @@ jobs:
10
test:
11
runs-on: ubuntu-latest
12
13
- strategy:
14
- matrix:
15
- python-version: ["3.9", "3.10", "3.11"]
+# strategy:
+# matrix:
+# python-version: ["3.9", "3.10", "3.11"]
16
17
steps:
18
- name: Checkout repository
@@ -31,4 +31,4 @@ jobs:
31
32
- name: Run pytest
33
run: |
34
- pytest -vsm santy
+ pytest -vsm sanity
utils.py
@@ -5,8 +5,6 @@
5
from selenium.webdriver.common.by import By
6
import subprocess
7
import os
8
-
9
class Utils:
def __init__(self, logging, driver):
self.logging = logging
0 commit comments