Skip to content

Commit 81441ec

Browse files
remove LUCIT
1 parent 78c8a03 commit 81441ec

File tree

3 files changed

+22
-478
lines changed

3 files changed

+22
-478
lines changed

.github/workflows/unit-tests.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,28 @@ jobs:
117117
LUCIT_LICENSE_TOKEN: ${{ secrets.LUCIT_LICENSE_TOKEN }}
118118
run: coverage run --source unicorn_binance_websocket_api unittest_binance_websocket_api.py
119119

120+
test_python_3_13:
121+
runs-on: ubuntu-latest
122+
steps:
123+
- name: GitHub Checkout
124+
uses: actions/checkout@v4
125+
126+
- uses: actions/setup-python@v4
127+
with:
128+
python-version: "3.13"
129+
130+
- name: Install dependencies
131+
run: |
132+
python -m pip install --upgrade pip
133+
pip install -r requirements.txt
134+
pip install coveralls
135+
136+
- name: Unit test
137+
env:
138+
LUCIT_API_SECRET: ${{ secrets.LUCIT_API_SECRET }}
139+
LUCIT_LICENSE_TOKEN: ${{ secrets.LUCIT_LICENSE_TOKEN }}
140+
run: coverage run --source unicorn_binance_websocket_api unittest_binance_websocket_api.py
141+
120142
- name: Upload coverage to Codecov
121143
uses: codecov/codecov-action@v3
122144
with:

unicorn_binance_websocket_api/licensing_exceptions.py

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)