Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit ed06794

Browse files
authored
Merge pull request #114 from plotly/no-events
Remove events
2 parents 97bf314 + 690510a commit ed06794

13 files changed

+5259
-5321
lines changed

.circleci/config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ jobs:
5151
command: |
5252
. venv/bin/activate
5353
python --version
54-
python -m unittest tests.test_render.Tests
55-
python -m unittest tests.test_race_conditions.Tests
54+
npm run test:py
5655
5756
"python-3.6":
5857
<<: *test-template
@@ -75,4 +74,4 @@ workflows:
7574
jobs:
7675
- "python-2.7"
7776
- "python-3.6"
78-
- "python-3.7"
77+
- "python-3.7"

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [UNRELEASED]
6+
### Removed
7+
- Obsolete Event system [#114](https://github.com/plotly/dash-renderer/pull/114)
8+
59
## [0.16.2] - 2019-01-11
610
### Fixed
711
[#110](https://github.com/plotly/dash-renderer/pull/110)

0 commit comments

Comments
 (0)