Skip to content

Commit d1c5134

Browse files
committed
further remove cython stuff
1 parent b21630a commit d1c5134

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ shared: &shared
2525
- run:
2626
name: Run Unit Tests
2727
command: |
28-
pip install --upgrade --user .[test]
29-
pytest --doctest-cython
28+
pip install --user .[test]
29+
pytest
3030
3131
3232
jobs:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ ShortTextCategorizerConsole = "shorttext.cli.categorization:main"
8282
ShortTextWordEmbedSimilarity = "shorttext.cli.wordembedsim:main"
8383

8484
[project.optional-dependencies]
85-
test = ["unittest2", "pytest", "pytest-cython", "simplerepresentations>=0.0.4"]
85+
test = ["unittest2", "pytest", "simplerepresentations>=0.0.4"]

0 commit comments

Comments
 (0)